Wiki

Clone wiki

inf225public / glossary / Dynamic scoping

[Alphabetical Index | Tag Index]

Dynamic scoping

When names are resolved by finding the closest binding in the runtime environment (i.e., the execution stack), rather than in the local lexical environment (i.e., the containing scopes at the use site). C.f. Lexical scoping.

[Wikipedia]

Updated